/* Reset styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 16px;
    font-family: inherit;
    line-height: inherit;
}
.fl{
    float: left;
}
.fr{
    float:right;
}
.cl{
    clear:both;
}
/* public section styles */
.section{
    text-align:center;
    overflow: hidden;
}
/* first section styles */
.section1{
    
}
#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: 0 0;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
} 
.section1 .layer {
    position: relative;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    display: flex;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    flex-direction: column;
    align-items: center;
}
.section1 .layout_logo,.section1 .layout_search,.section1 .layout_blocks,.section1 .layout_mousemove{
    width: 1200px;
}
.section1 .layout_logo{
    padding-top: 40px;
}
.section1 .layout_logo img{
	width:360px;
}
.section1 .layout_search{
    margin: 40px auto 0;
}
.section1 .layout_search input{
    width: 600px;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    border: #0875d0 solid 1px;
    background: #fff;
}
.section1 .layout_search label{
    background: url(../images/banner_search_btn.gif) no-repeat;
    background-color: #2c62af;
    padding: 19px 29px;
    font-size: 18px;
}
.section1 .layout_blocks{
    position: absolute;
    display: flex;
    justify-content: space-between;;
    bottom: 196px;
}
.section1 .layout_blocks a{
    width: 224px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.56) linear-gradient(180deg, rgba(140, 188, 233, 0.62) 0%, rgba(255, 255, 255, 0) 100%);*/
}
.section1 .layout_blocks img{
    margin-right: 15px;
}
.section1 .layout_blocks span{
    font-size: 20px;
    color: #ffffff;
}
.layout_mousemove{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 60px;
    color: #fff;
    -webkit-animation: TopBots 1.2s ease-in-out infinite both;
    -moz-animation: TopBots 1.2s ease-in-out infinite both;
    -ms-animation: TopBots 1.2s ease-in-out infinite both;
    animation: TopBots 1.2s ease-in-out infinite both;    
}
.layout_mousemove img{
    margin-bottom: 10px;
}

@keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-moz-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-ms-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

/* second section styles */
.section2{

}

.phone-vers{position: relative;}
.phone-vers>div{
	display: none;
    width: 100px!important;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -50px!important;
    /*top: .2rem; */
    padding-top: 16px;
    /*padding-top: .16rem; */
}
.phone-vers>div img{width: 100px;}
.phone-vers:hover>div{display: block;}
#grzx{position: relative;}
#grzx>ul{
	position: absolute;
    width: 100px!important;
    height: 76px;
    top: 32px;
    background-color: #0962be;	
    padding-top: 10px;	
	display: none;
}
#grzx:hover>ul{display: block;}
.head{

}
.head_black1{
    background-color: #0962be;
    padding: 8px 0;
}
.head_black1_layout{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.head_black1_layout>div{
    display: flex;
    justify-content: space-between;
}
.head_black1_layout a{
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}
.head_black1_layout a:last-child{
    margin-right: 0;
}
.head_black2{
    height: 350px;
    background-image: url(../images/new_index_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.head_black2_layout>div{
    margin-bottom: 10px;
}
.head_black2_layout>div:last-child{
    margin-bottom: 0px;
}
.head_black2_layout input{
    width: 600px;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    border: #0875d0 solid 1px;
    background: #fff;
}
.head_black2_layout label{
    background: url(../images/banner_search_btn.gif) no-repeat;
    background-color: #BB0900;
    padding: 19px 29px;
    font-size: 18px;
}
.head_black2_layout img{
    width: 410px;
}
.head_black3{
    background-color: #0962be;
}
.head_black3_layout{
    width: 1200px;
    margin: auto;
}
.head_black3_layout a{
    line-height: 60px;
    background: none;
    padding: 0 54px;
    font-size: 22px;
    color: #fff;
}

.section2 .midcontainer{

}
.midcontainer_black1{
    padding-top: 10px;
    background-color: #0962be;
}
.midcontainer_black1 a{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.midcontainer_black2{
    background-color: #0962be;
    padding-top: 10px;
    padding-bottom: 30px;
}
.midcontainer_black2_layout{
    width: 1200px;
    margin: auto;
}
.slideBox{ width:610px; height:404px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:12px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:13px; height:13px; background:#fff; cursor:pointer; border-radius: 13px; transition: all .5s;}
.slideBox .hd ul li.on{ background:#e44000; color:#fff;width: 53px; transition: all .5s;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position:relative;}
.slideBox .bd img{ width:610px; height:404px; display:block;  }
.slideBox .bd p{position: absolute;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);height: 45px;line-height: 45px;padding: 0 15px;color: #ffffff;text-align: left;font-size: 20px;}
.slideBox .bd video{width:610px;height:404px;}

.hotnews{
    width: 565px;
    margin: 0 0 0 25px;
}
.hotnews li{
    padding: 22px 12px 28px;
    text-align:justify;
}
.hotnews li:nth-child(1){
    border-bottom: #fff solid 1px;
}
.hotnews li h1{
    font-size: 28px;
    font-weight: bold;
	line-height: 52px;
}
.hotnews li p{
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-indent: 2em;
}
.midcontainer_black3{
    background-color: #f4f4f4;
    padding: 35px 0 22px;
}
.midcontainer_black3_layout{
    width: 1200px;
    margin: auto;
}
.slideTxtBox{ width:642px; text-align:left; }
.slideTxtBox .hd{ height:67px; line-height:67px; background:#f4f4f4; padding:0 10px 0 20px; position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; font-size: 26px;}
.slideTxtBox .hd ul li a{height: 67px;font-size: 26px;color: #3e3e3e;font-weight: bold;padding: 0 22px 0 20px;display: inline;display: block;}
.slideTxtBox .hd ul li.on{ height:30px; }
.slideTxtBox .hd ul li.on a{color: #e44000;background: url(../images/boxTy01_li_cur_r_bg.png) no-repeat right bottom;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ background: url(../images/icoTy02.png) no-repeat 10px center;padding-left: 28px;line-height: 50px;}
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.zzc{
    width: 510px;
    text-align: left;
}
.zzc .zzc_tit{
    width: 451px;
    height: 66px;
    padding: 12px 0 0 38px;
    margin: 0 auto;
    background: url(../images/section_zzc_h2_bg.png) no-repeat;
    position: relative;
    z-index: 99;
}
.zzc .zzc_tit span{
    font-size: 35px;
    font-weight: bold;
    color: #6b6b6b;
    background: url(../images/icon_findzf.png) no-repeat left center;
    padding-left: 72px;
}
.zzc .zzc_body{
    padding: 87px 10% 0;
    height: 340px;
    margin-top: -44px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.zzc .zzc_body div{
    width: 100%;
    float: left;
    height: 30px;
    padding: 10px 0;
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 23px;
}
.zzc .zzc_body label{
    font-size: 17px;
    color: #6a6a6a;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 106px;
    border-right: #dbdbdb solid 1px;
    float: left;
}
.zzc .zzc_body input{
    width: 242px;
    padding: 0 15px;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
}
.zzc .zzc_body select{
    width: 272px;
    height: 30px;
    padding: 0 15px;
    background: inherit;
}
.zzc .zzc_body option{
    width: 272px;
    height: 30px;
}
.zzc button{
    width: 100%;
    height: 50px;
    background: #1179d2;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.midcontainer_black4{
    background-color: #f4f4f4;
}
.midcontainer_black4_layout{
    width: 1200px;
    margin: auto;
}
.widthpic{ width:1200px; height:124px; overflow:hidden; position:relative;}
.widthpic .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:12px; z-index:1; }
.widthpic .hd ul{ overflow:hidden; zoom:1; float:left;  }
.widthpic .hd ul li{ float:left; margin-right:8px;  width:13px; height:13px; background:#fff; cursor:pointer; border-radius: 13px; transition: all .5s;}
.widthpic .hd ul li.on{ background:#1d63b0; color:#fff;width: 13px; transition: all .5s;}
.widthpic .bd{ position:relative; height:100%; z-index:0;   }
.widthpic .bd li{ zoom:1; vertical-align:middle; }
.widthpic .bd img{ width:1200px; height:124px; display:block;  }
.widthpic .bd p{position: absolute;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);height: 45px;line-height: 45px;padding: 0 15px;color: #ffffff;text-align: left;font-size: 20px;}

.gygg{
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 22px;
}
.gygg li{
    width: 280px;
    float: left;
    margin-right: 26px;
}
.gygg li:last-child {
    margin-right: 0;
}
.midcontainer_black5{
    background-color: #ffffff;
    padding-bottom: 55px;
}
.midcontainer_black5_layout{
    width: 1200px;
    margin: auto;
}
.midcontainer_black5_layout h1{
    font-size: 48px;
    font-weight: bold;
    color: #0a6bbe;
    text-align: center;
    background: url(../images/xxgk_index_h2_bg.png) no-repeat center center;
    padding: 48px 0;
}
.midcontainer_black5_layout .fl{
    width: 600px;
}
.midcontainer_black5_layout .fl div a{
    margin-bottom: 10px;
    float: left;
}
.midcontainer_black5_layout .fl div img{
    float: left;
}
.midcontainer_black5_layout .fl div a:nth-child(2n){
    float: right;
}
.midcontainer_black5_layout .fl ul li{
    float: left;
    margin: 1px 1px 0 0;
}
.midcontainer_black5_layout .fl ul li a{
    display: inline-block;
    width: 199px;
    height: 113px;
    padding: 36px 0 0;
    text-align: center;
    background: #f2f8fc;
}
.midcontainer_black5_layout .fl li a:hover{
	background:#0a6bbe;
	color:#ffffff;
}
.midcontainer_black5_layout .fl li a .w{
    color: #2a2a2a;
    font-size: 18px;
    padding: 16px 0 0;
}
.midcontainer_black5_layout .fl li a:hover .w{
    color: #ffffff;
}
.midcontainer_black5_layout .fl li a .ico{
	margin:0 auto;
	width:52px;
	height:51px;
}
.midcontainer_black5_layout .fl li a .ico1{
	background:url(../images/icoTy03.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico1{
	background:url(../images/icoTy03_on.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a .ico2{
	background:url(../images/icoTy04.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico2{
	background:url(../images/icoTy04_on.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a .ico3{
	background:url(../images/icoTy05.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico3{
	background:url(../images/icoTy05_on.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a .ico4{
	background:url(../images/icoTy06.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico4{
	background:url(../images/icoTy06_on.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a .ico5{
	background:url(../images/icoTy07.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico5{
	background:url(../images/icoTy07_on.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a .ico6{
	background:url(../images/icoTy08.png) no-repeat center center;
}
.midcontainer_black5_layout .fl li a:hover .ico6{
	background:url(../images/icoTy08_on.png) no-repeat center center;
}

.midcontainer_black5_layout .fr{
    width: 600px;
}
.zxgkslideTxtBox{ width:578px; text-align:left; }
.zxgkslideTxtBox .hd{ height:68px; line-height:68px; position:relative; }
.zxgkslideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
.zxgkslideTxtBox .hd ul li{ float:left;margin-left: 5px;}
.zxgkslideTxtBox .hd ul li a{display: inline-block;width: 274px;height: 68px;line-height: 68px;text-align: center;font-size: 26px;font-weight: bold;background: #f2f8fc;color: #0a6bbe;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.zxgkslideTxtBox .hd ul li.on a{background: #0a6bbe; color: #fff;}
.zxgkslideTxtBox .bd ul{ padding:25px; }
.zxgkslideTxtBox .bd li{ background: url(../images/icoTy02.png) no-repeat 10px center;padding-left: 28px;line-height: 50px;}
.zxgkslideTxtBox .bd li a{ color: #2a2a2a;}
.zxgkslideTxtBox .bd li .date{ float:right; color:#999;  }

.midcontainer_black5_layout>ul{
    overflow: hidden;
    margin-top: 30px;
}
.midcontainer_black5_layout>ul li{
    float: left;
    margin: 7px 0 7px 26px;
}
.midcontainer_black5_layout>ul li:nth-child(1),.midcontainer_black5_layout>ul li:nth-child(5){
    margin-left: 0;
}

.midcontainer_black6{
    background-color: #ddecf9;
    padding-bottom: 50px;
}
.midcontainer_black6_layout{
    width: 1200px;
    margin: auto;
}
.midcontainer_black6_layout h1{
    font-size: 48px;
    font-weight: bold;
    color: #0a6bbe;
    text-align: center;
    background: url(../images/xxgk_index_h2_bg.png) no-repeat center center;
    padding: 48px 0;
}
.midcontainer_black6_layout .zwfw{
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}
.midcontainer_black6_layout .zwfw div{
    width: 385px;
    height: 270px;
    background: #fff;

}
.midcontainer_black6_layout .zwfw div>img{
    display: block;
}
.midcontainer_black6_layout .zwfw li{
    float: left;
    width: 128px;
    height: 66px;
    margin-top: 35px;
}
.midcontainer_black6_layout .zwfw li a .ico img {
    vertical-align: middle;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.midcontainer_black6_layout .zwfw li a:hover .ico img {
	transform:translate(0,-5px);
	-webkit-transform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	-o-transform:translate(0,-5px);
	-ms-transform:translate(0,-5px);
}

.midcontainer_black6_layout .zwfw li a .w {
    font-size: 16px;
    color: #2a2a2a;
    padding: 8px 0 0;
}
.midcontainer_black6_layout .qzqd{
    display: flex;
    justify-content: space-between;
}
.midcontainer_black6_layout .qzqd li{
    float: left;
    padding: 18px 39px;
    background-color: #fff;
    text-indent: 18px;
    line-height: 56px;
}
.midcontainer_black6_layout .qzqd li a{
    
}
.midcontainer_black6_layout .qzqd li:hover a{
    color: #0a6bbe;
}
.midcontainer_black6_layout .qzqd li i{
    float: left;
    width: 56px;
    height: 56px;
    background: url(../images/icon_index.png) no-repeat;
    background-size: 107px;
}
.midcontainer_black6_layout .qzqd li:nth-child(1) i{background-position: 5px -258px;}
.midcontainer_black6_layout .qzqd li:nth-child(2) i{background-position: 5px -206px;}
.midcontainer_black6_layout .qzqd li:nth-child(3) i{background-position: 5px 5px;}
.midcontainer_black6_layout .qzqd li:nth-child(4) i{background-position: 5px -48px;}
.midcontainer_black6_layout .qzqd li:nth-child(5) i{background-position: 5px -99px;}
.midcontainer_black6_layout .qzqd li:nth-child(1):hover i{background-position: -55px -258px;}
.midcontainer_black6_layout .qzqd li:nth-child(2):hover i{background-position: -55px -206px;}
.midcontainer_black6_layout .qzqd li:nth-child(3):hover i{background-position: -55px 5px;}
.midcontainer_black6_layout .qzqd li:nth-child(4):hover i{background-position: -55px -48px;}
.midcontainer_black6_layout .qzqd li:nth-child(5):hover i{background-position: -55px -99px;}

.midcontainer_black7{
    background-color: #ffffff;
    padding-bottom: 50px;
}
.midcontainer_black7_layout{
    width: 1200px;
    margin: auto;
}
.midcontainer_black7_layout h1{
    font-size: 48px;
    font-weight: bold;
    color: #0a6bbe;
    text-align: center;
    background: url(../images/xxgk_index_h2_bg.png) no-repeat center center;
    padding: 48px 0;
}
.midcontainer_black7_layout .fl{
    width: 780px;
    height: 405px;
}
.midcontainer_black7_layout .fl h2 {
    height: 53px;
    line-height: 53px;
    text-indent: 0.8em;
    background: #0a6bbe;
    font-size: 26px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    text-align: left;
}
.midcontainer_black7_layout .fl h3{
    padding: 38px 0;
    text-align: center;
}
.midcontainer_black7_layout .fl h3 a{
    font-size: 24px;
    color: #4e4e4e;
    font-weight: bold;
}
.midcontainer_black7_layout .fl .xwfbh_index_con{

}
.midcontainer_black7_layout .fl .xwfbh_index_con .img{
    width: 400px;
    height: 242px;
    overflow: hidden;
}
.midcontainer_black7_layout .fl .xwfbh_index_con img{
    width: 400px;
    height: 242px;
}
.midcontainer_black7_layout .fl .xwfbh_index_con .r {
    width: 320px;
    margin-left: 20px;
}
.midcontainer_black7_layout .fl .xwfbh_index_con .r p {
    line-height: 35px;
    font-size: 17px;
    color: #575757;
    text-align: left;
}
.midcontainer_black7_layout .fl .xwfbh_index_con .r p span {
    font-weight: bold;
}
.midcontainer_black7_layout .fr{
    width: 378px;
    height: 420px;
}
.midcontainer_black7_layout .fr h2{
    height: 138px;
    background:#a5d0f5 url(../images/ico_ldxx.png) no-repeat 40px center;
}
.midcontainer_black7_layout .fr h2 a{
    float: right;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #3c8cd1;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    margin: 58px 25px 0 0;
}
.midcontainer_black7_layout .fr ul{
    padding: 15px 30px 15px;
    background-color: #f3faff;
}
.midcontainer_black7_layout .fr ul li{
    background: url(../images/icoTy15.png) no-repeat left 14px;
    padding: 6px 0 6px 18px;
    line-height: 22px;
    text-align: left;
}
.midcontainer_black7_layout .fr ul li a{
    color: #636363;
}
.midcontainer_black7_layout .fr .zfgb_dczj{
    padding: 20px 0 0;
}
.midcontainer_black7_layout .fr .zfgb_dczj a{
    display: block;
    font-size: 20px;
    width: 178px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-indent: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.midcontainer_black7_layout .fr .zfgb_dczj a.l {
    background: #5575d7 url(../images/icoTy16.png) no-repeat 26px center;
}
.midcontainer_black7_layout .fr .zfgb_dczj a.r {
    background: #5575d7 url(../images/icoTy17.png) no-repeat 26px center;
}

.midcontainer_black8{
    background-color: #f4f4f4;
    padding-bottom: 50px;
}
.midcontainer_black8_layout{
    width: 1200px;
    margin: auto;
}
.midcontainer_black8_layout h1{
    font-size: 48px;
    font-weight: bold;
    color: #0a6bbe;
    text-align: center;
    background: url(../images/xxgk_index_h2_bg.png) no-repeat center center;
    padding: 48px 0;
}

.leftLoopTy{ position:relative; } 
.leftLoopTy .hd{ overflow:hidden;} 
.leftLoopTy .hd ul{ display:none;}
.leftLoopTy .hd .prev,.leftLoopTy .hd .next{ display:block; position:absolute; width:23px; height:41px; overflow:hidden;   
     cursor:pointer; background:url(../images/icoLeft.png) no-repeat; top:48px; z-index:99} 
.leftLoopTy .hd .prev{ left:-60px;}
.leftLoopTy .hd .prev:hover,.leftLoopTy .hd .next:hover{ background-position:0 -41px;}
.leftLoopTy .hd .next{ background:url(../images/icoRight.png) no-repeat; right:-60px} 
.leftLoopTy .bd{ padding:10px 0;} 
.leftLoopTy .bd ul{ overflow:hidden; zoom:1; } 
.leftLoopTy .bd ul li{ margin:0 5px; width:291px; text-align:center; float:left;display:_inline;} 
.leftLoopTy .bd ul li .pic{ padding-top:10px;}
.leftLoopTy .bd ul li img{ display:block; width:100%; height:106px;}

.footer {
    padding-bottom: 20px;
    background-color: #2581c9;
    font-size: 14px\9;
}
.footer .container{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.footer .container h2 img{
    display: block;
}
.footer a{color:#fff;}
.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #0975d1;
}
.footer .links ul {
    
}
.footer .links li {
    /*padding:0 35px;*/
    padding:0 28px;
    float: left;
	border-right:#4999dd solid 1px;
    color: #fff;
}
.footer .links li:last-child{
	border:none
}
.footer .links li p {
    margin: 0;
    padding: 18px 0;
    font-size: inherit;
}
.footer .links .dropdown {
    position: static;
	font-size:18px;
}
.footer .links .dropdown a{
	color:#ffffff
}
.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}
.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}
.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
	color:#575757
}
.footer .links li p i {
	width:14px;
	height:18px;
    display: inline-block;
    margin:0 0 0 10px;
	background:url(../images/up_arw.gif) no-repeat left 2px;
	*background:url(../images/up_arw.gif) no-repeat left -3px;
}
.dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:160px;
 padding:5px 0;
 margin:2px 0 0;
 font-size:16px;
 text-align:left;
 list-style:none;
 background-color:#f3f9ff;
 -webkit-background-clip:padding-box;
 background-clip:padding-box;
 border:1px solid #ccc;
 border:1px solid rgba(0,0,0,.15);
 border-radius:4px;
 -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
 box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
 right:0;
 left:auto
}
.dropdown-menu .divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.dropdown-menu>li>a {
 display:block;
 padding:3px 15px;
 clear:both;
 font-weight:400;
 line-height:1.42857143;
 color:#333;
 white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
 color:#262626;
 text-decoration:none;
 background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#337ab7;
 outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
 display:block
}
.open>a {
 outline:0
}
.dropdown-menu-right {
 right:0;
 left:auto
}
.dropdown-menu-left {
 right:auto;
 left:0
}
.dropdown-header {
 display:block;
 padding:3px 20px;
 font-size:12px;
 line-height:1.42857143;
 color:#777;
 white-space:nowrap
}
.dropdown-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:990
}
.pull-right>.dropdown-menu {
 right:0;
 left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
 content:"";
 border-top:0;
 border-bottom:4px dashed;
 border-bottom:4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
 top:auto;
 bottom:100%;
 margin-bottom:2px
}
.foot01{
	margin-bottom:20px;
    margin: 0 auto;
    border-collapse: collapse;
}
.text-center {
    text-align: center;
}
.foot01 *{
    color: #2a2a2a !important;
    font-size: inherit;
}
@media (min-width: 768px) {
	header{
		display:none;
	}
	/*.section1 .layout_search{
		display:none;
	}
	.section1 .layer:hover .layout_search{
		display:block;
	}*/
	#foot .mobleneedshow{
		display:none;
	}	
}
@media (max-width: 768px) {
	.fixed{
		display:none;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*min-height: 56px;*/
		z-index: 99999;
		background:rgba(9,117,209,0.8);	
	}
	header .nav_mobile_black1{	
		width:36px;
		height:36px;
		background:url(../images/menu_mini.png) center center no-repeat;
		background-size:100%;
		position:absolute;
		top: 22px;
		right: 15px;
	}
	header .nav_mobile_black2{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;		
		margin-top:56px;
	}
	header .nav_mobile_black2 span{
		color:#ffffff;
		line-height:48px;
	}	
	header .nav_mobile_black3{
		display:black;		
		width:36px;
		height:36px;
		background:url(../images/menu_gb.png) center center no-repeat;
		background-size:100%;
		position:absolute;
		top:22px;
		right:15px;
	}	
	.section1 .layout_logo{
		padding-top: 30px !important;
	}	
	.section1 .layout_logo img{
		width:300px
	}
	.section1 .layout_search{
		display:none;
	}
	.section1 .layout_blocks{
		display:none;
	}
	.head_black1{
		display:none;
	}
	.head_black2 {
		height: 260px;
	}
	.head_black2_layout img{
		width: 300px;
	}
	.head_black2_layout input{
		width:180px;
		height: 20px;
		line-height: 20px;
	}
	.head_black2_layout label{
		padding: 11px 20px;
		background: url(../images/banner_search_btn.gif) center center no-repeat;
	}
	.head_black3{
		display:none;
	}
	.section1 .layout_logo,
	.section1 .layout_search,
	.section1 .layout_blocks,
	.section1 .layout_mousemove,
	.head_black1_layout,
	.head_black3_layout,
	.midcontainer_black2_layout,
	.midcontainer_black3_layout,
	.midcontainer_black4_layout,
	.midcontainer_black5_layout,
	.midcontainer_black6_layout,
	.midcontainer_black7_layout,
	.midcontainer_black8_layout,
	.footer .container,.hotnews{
		width:94%;
		padding: 0 3%;
	}
	.fl,.fr{
		float: inherit;
	}
	.midcontainer_black1 a{
		font-size:26px;
	}
	.slideBox,.slideBox .bd img,.slideBox .bd video{
		width:353px;
		height:240px;
		margin:auto;
	}
	.hotnews{
		width:100%;
		margin: inherit;
		padding: inherit;
	}
	.hotnews li	{
		padding: 15px 0px 15px;
	}
	.hotnews li h1{
		font-size:22px;
		line-height: 34px;
	}
	.midcontainer_black3 {
		padding: 20px 0 22px;
	}
	.slideTxtBox{
		width: 353px;
	}
	.slideTxtBox .hd {
		height: 50px;
		line-height: 50px;
		background: #f4f4f4;
		padding: inherit;
		position: relative;
	}	
	.slideTxtBox .hd ul li a{
		font-size:18px;
		padding: 0px 5px 0 6px;
		height: 50px;
	}
	.slideTxtBox .hd ul li.on{
		height: auto;
	}	
	.slideTxtBox .bd ul {
		padding: 15px 0;
	}	
	.slideTxtBox .bd li{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
		background: url(../images/icoTy02.png) no-repeat 5px center;	
		padding-left: 20px;
	}
	.slideTxtBox .bd li span{
		display:none;
	}
	.zzc{
		width:100%;
	}
	.zzc .zzc_tit {
		width: 90%;
		line-height: 52px;
		padding: 0px 0 0 10px;
		background-size: 100%;
	}
	.zzc .zzc_tit span {
		font-size: 24px;
		background-size:28%;
		padding-left: 34px;
	}	
	.zzc .zzc_body {
		padding: 15px 10px;
		width:333px;
		height: 270px;
		margin:-15px auto 0;
	}	
	.zzc .zzc_body input{
		width:195px;
	}
	.zzc .zzc_body select{
		width:195px;		
	}
	.widthpic,.widthpic .bd img{
		width: 100%;
		margin: auto;
	}
	.gygg{
		width:100%;
		margin-top: 5px;
		padding-bottom: 5px;		
	}
	.gygg li{
		width:46%;
		margin: auto;
		padding:2%;
	}
	.gygg li img{
		width:100%;
		display: block;
	}
	.midcontainer_black5,.midcontainer_black6,.midcontainer_black7,.midcontainer_black8{
		padding-bottom: 10px;
	}
	.midcontainer_black5_layout h1,.midcontainer_black6_layout h1,.midcontainer_black7_layout h1,.midcontainer_black8_layout h1{
		font-size:36px;
		padding: 20px 0;		
	}
	.midcontainer_black5_layout .fl,.midcontainer_black5_layout .fr,.zxgkslideTxtBox{
		width:100%;
		overflow:hidden;
	}
	.midcontainer_black5_layout .fl div a,.midcontainer_black5_layout .fl div a:nth-child(2n){
		float: inherit;
	}
	.midcontainer_black5_layout .fl>ul{
		overflow: hidden;
		width:100%;
	}
	.midcontainer_black5_layout .fl>ul li{
		width:49%;
	}	
	.midcontainer_black5_layout .fl ul li a	{
		width: 100%;;
	}	
	.midcontainer_black5_layout .fl div img{
		width:49%;
		float: inherit;
	}

	.midcontainer_black5_layout>ul{
		margin-top: 10px;
	}

	.slideTxtBox .hd,.slideTxtBox .hd ul,.zxgkslideTxtBox .hd,.zxgkslideTxtBox .hd ul{
		position: inherit;		
	}
	.zxgkslideTxtBox .hd ul{
		overflow:hidden;
		width:100%;
		height: auto;
	}
	.zxgkslideTxtBox{
		margin-top: 6px;		
	}
	.zxgkslideTxtBox .hd ul li{
		width:49%;
		margin-left: inherit;
	}
	.zxgkslideTxtBox .hd ul li:nth-child(1){
		margin-right:5px;
	}	
	.zxgkslideTxtBox .hd ul li a{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 20px;		
	}
	.zxgkslideTxtBox .bd ul{
		padding:inherit;
	}
	.zxgkslideTxtBox .bd li{	
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;		
		background: url(../images/icoTy02.png) no-repeat 5px center;
		padding-left: 15px;		
	}
	.zxgkslideTxtBox .bd li .date{
		display:none;
	}
	.midcontainer_black5_layout>ul li{
		width: 47%;
		margin: 5px 5px 5px 5px;
	}	
	.midcontainer_black5_layout>ul li:nth-child(1), .midcontainer_black5_layout>ul li:nth-child(5) {
		margin-left: 5px;;
	}	
	.midcontainer_black5_layout>ul img{
		width:100%;
	}
	.midcontainer_black6_layout .zwfw{
		flex-direction: column;
		align-items: center;		
		padding-bottom: 15px;		
	}
	.midcontainer_black6_layout .zwfw li {
		width: 117px;
	}		
	.midcontainer_black6_layout .zwfw div {
		width: 100%;
	}	
	.midcontainer_black6_layout .zwfw div>img {
		width: 100%;
	}
	.midcontainer_black6_layout .qzqd{
		flex-direction: column;		
	}
	.midcontainer_black6_layout .qzqd li{
		margin-bottom:6px;
		padding: inherit;		
	}	
	.midcontainer_black6_layout .qzqd li a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.midcontainer_black7_layout .fl,.midcontainer_black7_layout .fr{
		width: 100% !important;
		height:auto;
	}
	.midcontainer_black7_layout .fl .xwfbh_index_con .r{
		width: 100% !important;
		margin-left: inherit;		
	}	
	.midcontainer_black7_layout .fl h3 {
		padding: 15px 0;
	}	
	.midcontainer_black7_layout .fr h2 {
		background: #a5d0f5 url(../images/ico_ldxx.png) no-repeat 24px center;
	}	
	.midcontainer_black7_layout .fr .zfgb_dczj a{
		float:left;
		width: 49% !important;
		margin: 0 1px;
	}
	.leftLoopTy	{overflow:hidden;}
	.leftLoopTy .hd{display:none;} 
	.leftLoopTy .bd ul li{ margin:auto; width:100%; text-align:center; float:left;display:_inline;} 
	.leftLoopTy .bd ul li img{ display:block; width:100%; height:106px;}	
	
	.foot01 {
		width: 100% !important;
		padding: 1em 0 0;
		border-top: solid 5px #0975d1;
	}	
	.footer,.foot01 .l,.foot01 .r{
		display:none;
	}
	.foot01{
		width:94%;
		height:174px;
	}
	.foot01 * {
		font-size:14px;
	}
	.foot01 .text-center{
		padding: 15px 0;
	}
	#foot .mobleneedhide{
		display:none;
	}
	#foot .mobleneedshow{
		display:block;
	}
	#foot p{line-height:30px;}







}

